home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / p_bro_m.dxr / 00016_STOP.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  137 b   |  7 lines

  1. on mouseDown
  2.   set the visible of sprite (the clickOn + 5) to 0
  3.   set the visible of sprite 48 to 0
  4.   updateStage()
  5.   go(marker(-1))
  6. end
  7.